home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
-
- <!--
- /**
- * Rendering stylesheet for Liferea (search folder description view)
- *
- * Copyright (C) 2006 Lars Lindner <lars.lindner@gmx.net>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
- -->
-
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
- xmlns="http://www.w3.org/1999/xhtml">
-
- <xsl:output method="xml" version="1.0" indent="yes"/>
-
- <xsl:template match="/node">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
- ##STYLE_INSERT##
- </head>
- <body>
-
- <table class="feedhead" cellspacing="0">
- <tr>
- <td valign="middle" class="headleft">
- <b><_span>Search Folder:</_span></b>
- </td>
- <td width="100%" valign="middle" class="headright">
- <b><xsl:value-of select="title"/></b>
- </td>
- </tr>
- </table>
-
- <div class='content'>
- <p>
- <b><xsl:value-of select="unreadCount"/></b>
- <_span>unread headlines</_span>
- </p>
- </div>
-
- </body>
- </html>
- </xsl:template>
- </xsl:stylesheet>
-